home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15273 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: malloc.h
  5. Date: 17 Apr 1996 22:17 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: world
  8. Message-ID: <17APR199622174354@erich.triumf.ca>
  9. References: <hartigan-1704961430130001@news.sonic.net>
  10. NNTP-Posting-Host: ftp.triumf.ca
  11. News-Software: VAX/VMS VNEWS 1.50    
  12.  
  13. In article <hartigan-1704961430130001@news.sonic.net>, hartigan@sonic.net (dennis hartigan) writes...
  14. >i have some source that i found and it includes a header file named
  15. ><malloc.h>...i have 4 books on C, and not one of them mention this
  16. >header...can someone tell me what is in this prototype???
  17.  
  18. Just a wild guess, but I might expect malloc.h to contain prototypes for
  19. malloc(), free(), etc.
  20.  
  21. Under standard C, these are in stdlib.h.
  22.  
  23. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  24. Internet: bennett@triumf.ca         | of one another only when one can be
  25. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  26. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  27. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  28. or: ftp://ftp-i2.informatik.rwth-aachen.de/pub/arnd/GPS/peter/index.html
  29. or: http:://vancouver-webpages.com/peter/index.html
  30.  
  31.